I have two DOORS Databases (Database A and Database B) on separate networks, each with its own DOORS project, Project A and Project B. The users on Database B need to view a copy of Project A so I have been archiving Project A from Database A and restoring it on Database B. Now the users on Database B want to be able to link from modules in Project B to modules in the copy of Project A. Is there a way to periodically update the copy of Project A and maintain or recreate the links from Project B? |
Re: Updating a Linked Project [] Folks in B link to a read only stale copy of ProjA in Database B. [] Run a Capture Links script in ProjB which sets attributes with all the link information vis-a-vis anything in projA. [] Kill all the A to B links, presumably by deleting and purging the link modules. [] Delete and Purge ProjA in DatabaseB. [] Archive ProjA in DatabaseA, restore in DatabaseB. [] Create the Link Modules [] Restore all the links. Seems to me the Kitchen has some Capture and Restore links scripts that will do this work, and hopefully someone will jump in here and provide them. After rereading your solution, I think I like it better than mine. All in all its not that complicated a script but you have some clever string parsing to do, turning "/ProjA/Folder1/MyModule" into "/ProjARestored/Folder1/MyModule". Gads, use the same database.
|